home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TABORTDLG / TABORTDLG.txt
Text File  |  1997-06-09  |  1KB  |  60 lines

  1. object AbortDlg: TAbortDlg
  2.   Left = 358
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Printing'
  7.   ClientHeight = 80
  8.   ClientWidth = 154
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 76
  21.     Height = 13
  22.     Caption = 'Printing page'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object PageNum: TLabel
  30.     Left = 96
  31.     Top = 16
  32.     Width = 8
  33.     Height = 13
  34.     Caption = '1'
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object CancelBtn: TBitBtn
  42.     Left = 8
  43.     Top = 44
  44.     Width = 136
  45.     Height = 27
  46.     Caption = 'Abort Printing'
  47.     Font.Color = clBtnText
  48.     Font.Height = -12
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 0
  53.     OnClick = CancelBtnClick
  54.     Kind = bkCancel
  55.     Margin = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59. end
  60.